home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 1420 / trayutil.inf < prev   
INI File  |  1995-01-19  |  1KB  |  46 lines

  1. [version]
  2. signature="$CHICAGO$"
  3.  
  4. [DefaultInstall]
  5. CopyFiles=TU.copy.win, TU.copy.inf, TU.copy.hlp
  6. AddReg=TU.Add.Reg
  7.  
  8. [DefaultUninstall]
  9. DelReg=TU.Add.Reg
  10. DelFiles=TU.copy.win, TU.copy.inf, TU.copy.hlp
  11.  
  12. [TU.Add.Reg]
  13. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TrayUtil,DisplayName,,"%UNINSTALL_STRING%"
  14. HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\TrayUtil,UninstallString,,"RunDll setupx.dll,InstallHinfSection DefaultUninstall 4 TrayUtil.inf"
  15. HKLM,Software\Microsoft\Windows\CurrentVersion\Run,TrayUtil,,"%25%\TrayUtil.exe"
  16. HKCU,Software\HSK\TrayUtil,,""
  17. HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup,%StartUp_DESC%,,"WINHELP.exe %18%\TrayUtil.hlp"
  18. ;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,TrayUtil,,"%25%\TrayUtil.exe"
  19.  
  20. [TU.copy.win]
  21. trayutil.exe
  22.  
  23. [TU.copy.hlp]
  24. trayutil.hlp
  25.  
  26. [TU.copy.inf]
  27. trayutil.inf
  28.  
  29. [Strings]
  30. UNINSTALL_STRING="TrayUtil by Johan Telstad (UnInstall Only)"
  31. TRAYUTIL_ShortDesc="TrayUtil"
  32. StartUp_DESC="Copying files..."
  33.  
  34. [DestinationDirs]
  35. TU.copy.win = 25
  36. TU.copy.hlp = 18
  37. TU.copy.inf = 17
  38.  
  39. [SourceDisksNames]
  40. 1="TrayUtil","",1
  41.  
  42. [SourceDisksFiles]
  43. trayutil.exe=1
  44. trayutil.hlp=1
  45. trayutil.inf=1
  46.